const text/template/parse.rightComment

3 uses

	text/template/parse (current package)
		lex.go#L247: 	rightComment = "*/"
		lex.go#L323: 	i := strings.Index(l.input[l.pos:], rightComment)
		lex.go#L327: 	l.pos += Pos(i + len(rightComment))